That's telling you that your PHP code contains instructions for reading data from a table named "sc_products_ratio" (evidently with a "zen_" prefix, presumably because your site is configured to use a prefix on all table names), but your MySQL database doesn't have such a table in it.

This most commonly occurs when you either half-install an addon or half-delete it. So, either finish installing it, or finish deleting it.