The i_scan operator requires two operands, the index name and the table name, as shown here:
(i_scan i_c12 t1)
To specify that some index should be used, without specifying the index, substitute empty parenthesis for the index name:
(i_scan () t1)