After following trial and error method line by line on database I am very happy to announce that I have resolved problem. It seems that ('uploadfolder', 'media/com_acym\upload\'), line under Dumping data for table #__acym_configuration
is causing error. Changing it like this ('uploadfolder', 'media/com_acym/upload'), resolved problem for now.