In the subscription_subscriptions table one of the fields is named condition. Condition is a reserved word for mySQL. You can fix any errors dealing with the condition field by renaming the field in the database to conditions and then doing a search and replace on condition to conditions.

Hope this helps someone