Try this:
Open error_message.php
FIND:
Code:
func_display("customer/home.tpl",$smarty);
Replace with:
Code:
if ($error == "error_ccprocessor_error") {
func_display("customer/home_checkout.tpl",$smarty);
} else {
func_display("customer/home.tpl",$smarty);
}