select o.cust_id from Orders as o inner join OrderItems as ot on o.order_num = ot.order_num and ot.item_price >= 10