Quote Originally Posted by charmedbytina2 View Post

When installing the sql patch through admin, the following error message shows up.

This is probably the error previous posters are talking about.
This can also happen when the TYPE=MyISAM in the SQL file conflicts with the MySQL version that the user is running.

Changing it to ENGINE=MyISAM solves the problem, as per post by DrByte

Installing the patch from within phpMyAdmin will give detailed error messages.