Please open the file /www/magento17/app/code/community/IG/CashOnDelivery/Model/Cashondelivery.php
Replace the code
$this->_ig_local_table
with
Mage::getSingleton('core/resource')->getTableName($this->_ig_local_table)
Also code
$this->_ig_foreign_table
with
Mage::getSingleton('core/resource')->getTableName($this->_ig_foreign_table)