I have just installed a fresh copy of PDF Order Center into Zen 1.3.0.1

I pasted the SQL code into the Install SQL Tool in the Admin interface. I then uploaded all of the corresponding files, etc.

When I access the PDF Order Center I am shown the full screen of options. However, a few links are not working. The top navigation:
Code:
<= Reset form|Pending|Processing|Delivered|Update
does not fully work. The only link that works from those above is the "Reset form" link. The others give an error such as the following when I click on "Pending":
Code:
1146 Table 'cart_db.orders' doesn't exist
in:
[select count(*) as total from orders o left join orders_total ot on (o.orders_id = ot.orders_id) where (ot.class = 'ot_total') and (o.orders_status = '1')]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Now, my tables are all prefixed with "zen_". I was under the impression that uploading the SQL via the Intsall Tool would automatically adjust for this, which the SQL import seems to have done. I have checked and the table "zen_orders" does exist. So how do I let the rest of the system to see that it should not look at "orders" but at "zen_orders"???

Thanks for any help/advice!
Kevin L.