change patch file in patch list customer address contact patch
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py
index c0c7d1e..edce3c3 100644
--- a/erpnext/patches/patch_list.py
+++ b/erpnext/patches/patch_list.py
@@ -37,7 +37,7 @@
 	},
 	{
 		'patch_module': 'patches.jan_mar_2012',
-		'patch_file': 'customer_address_contact',
+		'patch_file': 'customer_address_contact_patch',
 		'description': "Install Customer Address Contact report and run patches regarding primary address and contact"
 	},
 ]