Al final utilice este;
Código MySQL:
Ver originalSELECT nombre_padre
, nombre_madre
,facturas.id
, (
where facturas.id
=actividades.id_factura
and facturas.pagado
=1 (
where facturas.id
=actividades.id_factura
and facturas.pagado
=0 WHERE facturas.id_padres
=padres.id
and facturas.ano
=2012 and facturas.mes
=1
Muchisimas gracias por la ayuda :D...