Perfect numbers are $6, 28, 496, 812, \dots $
From this source
Here “double proportion” means that each number is twice the preceding number, as in $1, 2, 4, 8, ….$ For example, $1 + 2 + 4 = 7$ is prime; therefore, $7 × 4 = 28$ (“the sum multiplied into the last”) is a perfect number.
Now following this rule $3$rd perfect number should be
$1+2+4+8=15$ and $15×8=120$ but $120$ is not next perfect number.
Can someone help me where I am going wrong?
The problem here is that $$1+2+4+8=15$$$15$ is not prime. However, in the upper example, $$1+2+4=7$$$7$ is prime. This is mentioned in your text. See on your second line, the quote
So $$1+2+\dots+2^{s}=2^{s+1}-1$$ has to be prime in order for your rule to hold. As @b00nheT said in the comments, the sum should continue until it becomes a prime.